Object ProMoldbase

Function ProMoldbaseParamsAlloc


Description
Allocates the handle of a new MoldbaseParam
Synopsis
#include <ProMoldbase.h>
ProErrorProMoldbaseParamsAlloc(
ProMoldbaseParams* mbparams
/* (Out)
Pointer to the MoldbaseParam handle
*/
)
Returns
PRO_TK_NO_ERRORThe handle is successfully allocated.
PRO_TK_OUT_OF_MEMORYNot enough memoryt to allocate the handle.

Sample Code References:

  1. pt_examples ( TestMoldbase.c )